home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / sav99183.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  33.1 KB  |  927 lines

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *%  Printer Description file
  4. *%    for "SAVIN 9918DP PS"
  5. *%
  6. *%    CreationDate: 1998/12/23
  7. *%    Modified:     2000/11/07
  8. *%
  9. *%    COPYRIGHT (C) 1998-2000 RICOH COMPANY, LTD.
  10. *%    All rights reserved.
  11. *%
  12.  
  13. *FileVersion: "2.2"
  14. *FormatVersion: "4.3"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *PCFileName: "SAV99183.PPD"
  18. *Manufacturer: "SAVIN"
  19. *Product: "(SAVIN 9918DP PS3)"
  20. *PSVersion: "(3010.106) 2"
  21. *ModelName: "SAVIN 9918DP"
  22. *ShortNickName: "SAVIN 9918DP PS"
  23. *NickName: "SAVIN 9918DP PS"
  24.  
  25. *%========== Basic Device Capabilities ==========
  26.  
  27. *Protocols: PJL BCP
  28. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  29. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  30. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A>"
  31.  
  32. *LanguageLevel: "3"
  33. *ColorDevice: False
  34. *DefaultColorSpace: Gray
  35.  
  36. *TTRasterizer: Type42
  37. *?TTRasterizer: "
  38.    save
  39.       42 /FontType resourcestatus
  40.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  41.    restore
  42. "
  43. *End
  44.  
  45. *FileSystem: True
  46. *?FileSystem: "
  47.   save
  48.   statusdict /diskonline get exec
  49.   {(True)}{(False)}ifelse = flush
  50.   restore
  51. "
  52. *End
  53.  
  54. *Throughput: "18"
  55.  
  56. *%========== Installable Options ==========
  57. *%========== & System Management ==========
  58.  
  59. *OpenGroup: InstallableOptions/InstallableOptions
  60. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  61. *DefaultInstalledMemory: None
  62. *InstalledMemory None/16MB: ""
  63. *InstalledMemory 48Meg/48MB: ""
  64. *InstalledMemory 80Meg/80MB: ""
  65. *?InstalledMemory: "
  66.   save
  67.   currentsystemparams /RamSize get 1048576 div cvi
  68.   dup 16 eq { pop (None)}{
  69.     dup 32 eq 1 index 48 eq or 1 index 80 eq or
  70.     {(  ) cvs print (Meg)}{ pop (Unknown)} ifelse} ifelse = flush
  71.   restore
  72. "
  73. *End
  74. *CloseUI: *InstalledMemory
  75.  
  76.  
  77. *OpenUI *Option8/Tray: PickOne
  78. *DefaultOption8: None
  79. *Option8 None/None: ""
  80. *Option8 1Cassette/Tray 2: ""
  81. *Option8 2Cassette/Tray 2 and 3: ""
  82. *?Option8: "
  83.   save
  84.   {
  85.    /num 0 def
  86.    currentpagedevice /InputAttributes get
  87.    {type (dicttype) eq {/num num 1 add def} if pop} forall
  88.    num
  89.      dup 2 eq { (None) exit } if
  90.      dup 3 eq { (1Cassette) exit } if
  91.      4 eq { (2Cassette) exit } if
  92.      (Unknown) exit
  93.    } loop
  94.    mark count 1 sub 2 roll cleartomark
  95.    = flush
  96.   restore
  97. "
  98. *End
  99. *CloseUI: *Option8
  100.  
  101.  
  102. *OpenUI *Option9/Internal Tray: PickOne
  103. *DefaultOption9: False
  104. *Option9 False/Not Installed: ""
  105. *Option9 True/Installed: ""
  106. *?Option9: "
  107.   save
  108.   {
  109.    /num 0 def
  110.    currentpagedevice /OutputAttributes get
  111.    {type (dicttype) eq {/num num 1 add def} if pop} forall
  112.    num
  113.      dup 1 eq { (False) exit } if
  114.      2 eq { (True) exit } if
  115.      (Unknown) exit
  116.    } loop
  117.    mark count 1 sub 2 roll cleartomark
  118.    = flush
  119.   restore
  120. "
  121. *End
  122. *CloseUI: *Option9
  123.  
  124. *CloseGroup: InstallableOptions
  125.  
  126.  
  127. *UIConstraints: *Option8 None *InputSlot 2Tray
  128. *UIConstraints: *Option8 None *InputSlot 3Tray
  129. *UIConstraints: *Option8 1Cassette *InputSlot 3Tray
  130.  
  131. *UIConstraints: *InputSlot 2Tray *Option8 None
  132. *UIConstraints: *InputSlot 3Tray *Option8 None
  133. *UIConstraints: *InputSlot 3Tray *Option8 1Cassette
  134.  
  135. *UIConstraints: *Option9 False *OutputBin UpperTray
  136. *UIConstraints: *OutputBin UpperTray *Option9 False
  137.  
  138.  
  139. *FreeVM: "2330000"
  140. *VMOption None/16 MB RAM: "2330000"
  141. *VMOption 48Meg/48 MB RAM: "3550000"
  142. *VMOption 80Meg/80 MB RAM: "5330000"
  143.  
  144.  
  145. *Password: "0"
  146. *ExitServer: "
  147.   count 0 eq 
  148.   {false}{true exch startjob}ifelse
  149.   not {(WARNING: Cannot modify initial VM.) =
  150.        (Missing or invalid Password.) =
  151.        (Please contact the author.) = flush quit
  152.   }if
  153. "
  154. *End
  155. *Reset: "
  156.   count 0 eq
  157.   {false}{true exch startjob}ifelse
  158.   not {(WARNING: Cannot reset printer.) =
  159.        (Missing or invalid Password.) =
  160.        (Please contact the author.) = flush quit
  161.   }if 
  162.   systemdict /quit get exec
  163.   (WARNING: Printer Reset Failed.) = flush
  164. "
  165. *End
  166.  
  167. *SuggestedJobTimeout: "0"
  168. *SuggestedWaitTimeout: "300"
  169. *PrintPSErrors: True
  170. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  171.  
  172. *%========== Media Selection ==========
  173. *LandscapeOrientation: Plus90
  174.  
  175. *OpenUI *PageSize: PickOne
  176. *OrderDependency: 150 AnySetup *PageSize
  177. *DefaultPageSize: Letter
  178. *PageSize A3: "<</Policies <</PageSize 2>>
  179.   currentdict /MEDIAPOSITION known
  180.   {MEDIAPOSITION}{} ifelse
  181.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  182. *End
  183. *PageSize A4: "<</Policies <</PageSize 2>>
  184.   currentdict /MEDIAPOSITION known
  185.   {MEDIAPOSITION}{} ifelse
  186.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  187. *End
  188. *PageSize A5: "<</Policies <</PageSize 2>>
  189.   currentdict /MEDIAPOSITION known
  190.   {MEDIAPOSITION}{} ifelse
  191.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  192. *End
  193. *PageSize A6: "<</Policies <</PageSize 2>>
  194.   currentdict /MEDIAPOSITION known
  195.   {MEDIAPOSITION}{} ifelse
  196.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  197. *End
  198. *PageSize B4/B4 (JIS): "<</Policies <</PageSize 2>>
  199.   currentdict /MEDIAPOSITION known
  200.   {MEDIAPOSITION}{} ifelse
  201.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  202. *End
  203. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>>
  204.   currentdict /MEDIAPOSITION known
  205.   {MEDIAPOSITION}{} ifelse
  206.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  207. *End
  208. *PageSize Legal/Legal: "<</Policies <</PageSize 2>>
  209.   currentdict /MEDIAPOSITION known
  210.   {MEDIAPOSITION}{} ifelse
  211.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  212. *End
  213. *PageSize Letter/Letter: "<</Policies <</PageSize 2>>
  214.   currentdict /MEDIAPOSITION known
  215.   {MEDIAPOSITION}{} ifelse
  216.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  217. *End
  218. *PageSize HalfLetter/HalfLetter: "<</Policies <</PageSize 2>>
  219.   currentdict /MEDIAPOSITION known
  220.   {MEDIAPOSITION}{} ifelse
  221.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  222. *End
  223. *PageSize 11x17/11x17: "<</Policies <</PageSize 2>>
  224.   currentdict /MEDIAPOSITION known
  225.   {MEDIAPOSITION}{} ifelse
  226.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  227. *End
  228. *PageSize Executive/Executive: "<</Policies <</PageSize 2>>
  229.   currentdict /MEDIAPOSITION known
  230.   {MEDIAPOSITION}{} ifelse
  231.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  232. *End
  233. *PageSize F/8x13: "<</Policies <</PageSize 2>>
  234.   currentdict /MEDIAPOSITION known
  235.   {MEDIAPOSITION}{} ifelse
  236.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  237. *End
  238. *PageSize Folio/8.25x13: "<</Policies <</PageSize 2>>
  239.   currentdict /MEDIAPOSITION known
  240.   {MEDIAPOSITION}{} ifelse
  241.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  242. *End
  243. *PageSize FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2>>
  244.   currentdict /MEDIAPOSITION known
  245.   {MEDIAPOSITION}{} ifelse
  246.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  247. *End
  248. *PageSize Env10/Com10 Env: "<</Policies <</PageSize 2>>
  249.   currentdict /MEDIAPOSITION known
  250.   {MEDIAPOSITION}{} ifelse
  251.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  252. *End
  253. *PageSize EnvMonarch/Mon. Env: "<</Policies <</PageSize 2>>
  254.   currentdict /MEDIAPOSITION known
  255.   {MEDIAPOSITION}{} ifelse
  256.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  257. *End
  258. *PageSize EnvC5/C5 Env: "<</Policies <</PageSize 2>>
  259.   currentdict /MEDIAPOSITION known
  260.   {MEDIAPOSITION}{} ifelse
  261.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  262. *End
  263. *PageSize EnvC6/C6 Env: "<</Policies <</PageSize 2>>
  264.   currentdict /MEDIAPOSITION known
  265.   {MEDIAPOSITION}{} ifelse
  266.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  267. *End
  268. *PageSize DLEnv/DL Env: "<</Policies <</PageSize 2>>
  269.   currentdict /MEDIAPOSITION known
  270.   {MEDIAPOSITION}{} ifelse
  271.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  272. *End
  273. *PageSize 8Kai/8K: "<</Policies <</PageSize 2>>
  274.   currentdict /MEDIAPOSITION known
  275.   {MEDIAPOSITION}{} ifelse
  276.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  277. *End
  278. *PageSize 16Kai/16K: "<</Policies <</PageSize 2>>
  279.   currentdict /MEDIAPOSITION known
  280.   {MEDIAPOSITION}{} ifelse
  281.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  282. *End
  283. *?PageSize: "
  284.   save
  285.   currentpagedevice /PageSize get aload pop
  286.   2 copy gt {exch}if (Unknown)
  287.   21 dict
  288.     dup [842 1191] (A3) put
  289.     dup [595 842]  (A4) put
  290.     dup [420 595]  (A5) put
  291.     dup [297 420]  (A6) put
  292.     dup [729 1032] (B4) put
  293.     dup [516 729]  (B5) put
  294.     dup [612 1008] (Legal) put
  295.     dup [612 792]  (Letter) put
  296.     dup [396 612]  (HalfLetter) put
  297.     dup [792 1224] (11x17) put
  298.     dup [522 756] (Executive) put
  299.     dup [576 936] (F) put
  300.     dup [595 935] (Folio) put
  301.     dup [612 936] (FanFoldGermanLegal) put
  302.     dup [297 684] (Env10) put
  303.     dup [279 540] (EnvMonarch) put
  304.     dup [459 649] (EnvC5) put
  305.     dup [323 459] (EnvC6) put
  306.     dup [311 623] (DLEnv) put
  307.     dup [757 1106] (8Kai) put
  308.     dup [553 757] (16Kai) put
  309.   {exch aload pop 4 index sub abs 5 le exch 5 index
  310.    sub abs 5 le and {exch pop exit}{pop}ifelse 
  311.   }bind forall = flush pop pop
  312.   restore
  313. "
  314. *End
  315. *CloseUI: *PageSize
  316.  
  317. *OpenUI *PageRegion: PickOne
  318. *OrderDependency: 140 AnySetup *PageRegion
  319. *DefaultPageRegion: Letter
  320. *PageRegion A3: "<</Policies <</PageSize 2>>
  321.   currentdict /MEDIAPOSITION known
  322.   {MEDIAPOSITION}{} ifelse
  323.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  324. *End
  325. *PageRegion A4: "<</Policies <</PageSize 2>>
  326.   currentdict /MEDIAPOSITION known
  327.   {MEDIAPOSITION}{} ifelse
  328.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  329. *End
  330. *PageRegion A5: "<</Policies <</PageSize 2>>
  331.   currentdict /MEDIAPOSITION known
  332.   {MEDIAPOSITION}{} ifelse
  333.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  334. *End
  335. *PageRegion A6: "<</Policies <</PageSize 2>>
  336.   currentdict /MEDIAPOSITION known
  337.   {MEDIAPOSITION}{} ifelse
  338.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  339. *End
  340. *PageRegion B4/B4 (JIS): "<</Policies <</PageSize 2>>
  341.   currentdict /MEDIAPOSITION known
  342.   {MEDIAPOSITION}{} ifelse
  343.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  344. *End
  345. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 2>>
  346.   currentdict /MEDIAPOSITION known
  347.   {MEDIAPOSITION}{} ifelse
  348.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  349. *End
  350. *PageRegion Legal/Legal: "<</Policies <</PageSize 2>>
  351.   currentdict /MEDIAPOSITION known
  352.   {MEDIAPOSITION}{} ifelse
  353.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  354. *End
  355. *PageRegion Letter/Letter: "<</Policies <</PageSize 2>>
  356.   currentdict /MEDIAPOSITION known
  357.   {MEDIAPOSITION}{} ifelse
  358.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  359. *End
  360. *PageRegion HalfLetter/HalfLetter: "<</Policies <</PageSize 2>>
  361.   currentdict /MEDIAPOSITION known
  362.   {MEDIAPOSITION}{} ifelse
  363.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  364. *End
  365. *PageRegion 11x17/11x17: "<</Policies <</PageSize 2>>
  366.   currentdict /MEDIAPOSITION known
  367.   {MEDIAPOSITION}{} ifelse
  368.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  369. *End
  370. *PageRegion Executive/Executive: "<</Policies <</PageSize 2>>
  371.   currentdict /MEDIAPOSITION known
  372.   {MEDIAPOSITION}{} ifelse
  373.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  374. *End
  375. *PageRegion F/8x13: "<</Policies <</PageSize 2>>
  376.   currentdict /MEDIAPOSITION known
  377.   {MEDIAPOSITION}{} ifelse
  378.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  379. *End
  380. *PageRegion Folio/8.25x13: "<</Policies <</PageSize 2>>
  381.   currentdict /MEDIAPOSITION known
  382.   {MEDIAPOSITION}{} ifelse
  383.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  384. *End
  385. *PageRegion FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2>>
  386.   currentdict /MEDIAPOSITION known
  387.   {MEDIAPOSITION}{} ifelse
  388.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  389. *End
  390. *PageRegion Env10/Com10 Env: "<</Policies <</PageSize 2>>
  391.   currentdict /MEDIAPOSITION known
  392.   {MEDIAPOSITION}{} ifelse
  393.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  394. *End
  395. *PageRegion EnvMonarch/Mon. Env: "<</Policies <</PageSize 2>>
  396.   currentdict /MEDIAPOSITION known
  397.   {MEDIAPOSITION}{} ifelse
  398.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  399. *End
  400. *PageRegion EnvC5/C5 Env: "<</Policies <</PageSize 2>>
  401.   currentdict /MEDIAPOSITION known
  402.   {MEDIAPOSITION}{} ifelse
  403.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  404. *End
  405. *PageRegion EnvC6/C6 Env: "<</Policies <</PageSize 2>>
  406.   currentdict /MEDIAPOSITION known
  407.   {MEDIAPOSITION}{} ifelse
  408.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  409. *End
  410. *PageRegion DLEnv/DL Env: "<</Policies <</PageSize 2>>
  411.   currentdict /MEDIAPOSITION known
  412.   {MEDIAPOSITION}{} ifelse
  413.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  414. *End
  415. *PageRegion 8Kai/8K: "<</Policies <</PageSize 2>>
  416.   currentdict /MEDIAPOSITION known
  417.   {MEDIAPOSITION}{} ifelse
  418.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  419. *End
  420. *PageRegion 16Kai/16K: "<</Policies <</PageSize 2>>
  421.   currentdict /MEDIAPOSITION known
  422.   {MEDIAPOSITION}{} ifelse
  423.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  424. *End
  425. *CloseUI: *PageRegion
  426.  
  427. *%========== Information About Media Sizes ==========
  428.  
  429. *DefaultImageableArea: Letter
  430. *ImageableArea A3: "12 12 830 1179"
  431. *ImageableArea A4: "12 12 583 830"
  432. *ImageableArea A5: "12 12 408 583"
  433. *ImageableArea A6: "12 12 285 408"
  434. *ImageableArea B4/B4 (JIS): "12 12 717 1020"
  435. *ImageableArea B5/B5 (JIS): "12 12 504 717"
  436. *ImageableArea Legal/Legal: "12 12 600 996"
  437. *ImageableArea Letter/Letter: "12 12 600 780"
  438. *ImageableArea HalfLetter/HalfLetter: "12 12 384 600"
  439. *ImageableArea 11x17/11x17: "12 12 780 1212"
  440. *ImageableArea Executive/Executive: "12 12 510 744"
  441. *ImageableArea F/8x13: "12 12 564 924"
  442. *ImageableArea Folio/8.25x13: "12 12 583 923"
  443. *ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
  444. *ImageableArea Env10/Com10 Env: "12 12 285 672"
  445. *ImageableArea EnvMonarch/Mon. Env: "12 12 267 528"
  446. *ImageableArea EnvC5/C5 Env: "12 12 447 637"
  447. *ImageableArea EnvC6/C6 Env: "12 12 311 447"
  448. *ImageableArea DLEnv/DL Env: "12 12 299 611"
  449. *ImageableArea 8Kai/8K: "12 12 745 1094"
  450. *ImageableArea 16Kai/16K: "12 12 541 745"
  451. *?ImageableArea: "
  452.   save
  453.   /cvp {(            ) cvs print (               ) print}bind def
  454.   newpath clippath pathbbox 4 -2 roll exch
  455.   2 {10000 mul ceiling 10000 div cvp}repeat exch
  456.   2 {10000 mul floor 10000 div cvp}repeat flush
  457.   restore
  458. "
  459. *End
  460.  
  461. *DefaultPaperDimension: Letter
  462. *PaperDimension A3: "842 1191"
  463. *PaperDimension A4: "595 842"
  464. *PaperDimension A5: "420 595"
  465. *PaperDimension A6: "297 420"
  466. *PaperDimension B4/B4 (JIS): "729 1032"
  467. *PaperDimension B5/B5 (JIS): "516 729"
  468. *PaperDimension Legal/Legal: "612 1008"
  469. *PaperDimension Letter/Letter: "612 792"
  470. *PaperDimension HalfLetter/HalfLetter: "396 612"
  471. *PaperDimension 11x17/11x17: "792 1224"
  472. *PaperDimension Executive/Executive: "522 756"
  473. *PaperDimension F/8x13: "576 936"
  474. *PaperDimension Folio/8.25x13: "595 935"
  475. *PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
  476. *PaperDimension Env10/Com10 Env: "297 684"
  477. *PaperDimension EnvMonarch/Mon. Env: "279 540"
  478. *PaperDimension EnvC5/C5 Env: "459 649"
  479. *PaperDimension EnvC6/C6 Env: "323 459"
  480. *PaperDimension DLEnv/DL Env: "311 623"
  481. *PaperDimension 8Kai/8K: "757 1106"
  482. *PaperDimension 16Kai/16K: "553 757"
  483.  
  484. *%=== Custom Paper Support =================
  485. *LeadingEdge PreferLong:""
  486. *DefaultLeadingEdge: PreferLong
  487.  
  488. *MaxMediaWidth:  "842"
  489. *MaxMediaHeight: "1224"
  490. *HWMargins:      12 12 12 12
  491. *CustomPageSize True: "pop pop pop 
  492.   << /Policies <</PageSize 2>>
  493.   currentdict /MEDIAPOSITION known
  494.   {MEDIAPOSITION}{} ifelse
  495.   /PageSize [ 7 -2 roll ]  /ImagingBBox null >>
  496.   setpagedevice"
  497. *End
  498.  
  499. *ParamCustomPageSize Width:        1 points 256 842
  500. *ParamCustomPageSize Height:       2 points 421 1224
  501. *ParamCustomPageSize WidthOffset:  3 points 0 0
  502. *ParamCustomPageSize HeightOffset: 4 points 0 0
  503. *ParamCustomPageSize Orientation:  5 int 0 1
  504.  
  505. *RequiresPageRegion BypassTray: False
  506. *RequiresPageRegion 1Tray: True
  507. *RequiresPageRegion 2Tray: True
  508. *RequiresPageRegion 3Tray: True
  509.  
  510. *%========== Media Handling Features ==========
  511.  
  512. *OpenUI *InputSlot: PickOne
  513. *OrderDependency: 25 AnySetup *InputSlot
  514. *InputSlot BypassTray/Bypass Tray: "
  515.   /MEDIAPOSITION {/MediaPosition 0} def
  516.   0 statusdict /setpapertray get exec"
  517. *End
  518. *InputSlot 1Tray/Tray 1: "
  519.   /MEDIAPOSITION {/MediaPosition 1} def"
  520. *End
  521. *InputSlot 2Tray/Tray 2: "
  522.   /MEDIAPOSITION {/MediaPosition 2} def"
  523. *End
  524. *InputSlot 3Tray/Tray 3: "
  525.   /MEDIAPOSITION {/MediaPosition 3} def"
  526. *End
  527. *DefaultInputSlot: 1Tray
  528. *?InputSlot: "
  529.   save
  530.   [(BypassTray)(1Tray)(2Tray)(3Tray)]
  531.   statusdict /papertray get exec {get}stopped
  532.   {pop pop (Unknown)}if = flush
  533.   restore
  534. "
  535. *End
  536. *CloseUI: *InputSlot
  537.  
  538. *% *OpenUI *RICPaperPolicy/Fit to Page: PickOne
  539. *% *OrderDependency: 2 AnySetup *RICPaperPolicy
  540. *% *RICPaperPolicy PromptUser/Prompt User: "
  541. *%   <</DeferredMediaSelection true>> setpagedevice"
  542. *% *End
  543. *% *RICPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  544. *%   <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  545. *% *End
  546. *% *RICPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  547. *%   <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  548. *% *End
  549. *% *DefaultRICPaperPolicy: PromptUser/Prompt User
  550. *% *CloseUI: *RICPaperPolicy
  551.  
  552.  
  553. *%========== Finishing Features ==========
  554.  
  555. *OpenUI *OutputBin/Destination: PickOne
  556. *OrderDependency: 210 AnySetup *OutputBin
  557. *OutputBin Default/Internal Tray1: "<</OutputType (Standard)>>setpagedevice"
  558. *OutputBin UpperTray/Internal Tray2: "<</OutputType (1Bin)>>setpagedevice"
  559. *DefaultOutputBin: Default
  560. *?OutputBin: "
  561.   save
  562.   currentpagedevice /OutputType get = flush
  563.   restore
  564. "
  565. *End
  566. *CloseUI: *OutputBin
  567.  
  568. *OpenUI *Collate/Collate: Boolean
  569. *OrderDependency: 200 AnySetup *Collate
  570. *Collate False/Off: "<</Collate false>>setpagedevice"
  571. *Collate True/On: "<</Collate true
  572.   /CollateDetails <</Type 6 /AlignSet false>>
  573.   >>setpagedevice"
  574. *End
  575. *DefaultCollate: False
  576. *?Collate: "
  577.   save
  578.   currentpagedevice /Collate get 
  579.   {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  580.   restore
  581. "
  582. *End
  583. *CloseUI: *Collate
  584.  
  585.  
  586. *%========== Resolution and Appearance Control ==========
  587.  
  588. *OpenUI *Resolution/Resolution: PickOne
  589. *OrderDependency: 5 AnySetup *Resolution
  590. *Resolution 300dpi/300dpi: "<</HWResolution[300 300]>>setpagedevice"
  591. *Resolution 600dpi/600dpi: "<</HWResolution[600 600]>>setpagedevice"
  592. *DefaultResolution: 600dpi
  593. *?Resolution: "
  594.   save
  595.   currentpagedevice /HWResolution get 0 get
  596.   (       ) cvs print (dpi) = flush
  597.   restore
  598. "
  599. *End
  600. *CloseUI: *Resolution
  601.  
  602. *OpenUI *RICImagingMode/Print Mode: PickOne
  603. *OrderDependency: 110 AnySetup *RICImagingMode
  604. *RICImagingMode None/Through: "
  605.     <</PostRenderingEnhance false>> setpagedevice"
  606. *End
  607. *RICImagingMode Smoothing/Edge Smoothing: "<</PostRenderingEnhance true
  608.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>> >> setpagedevice"
  609. *End
  610. *RICImagingMode 4rhit/Toner Saving: "<</PostRenderingEnhance true
  611.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
  612. *End
  613. *DefaultRICImagingMode: Smoothing
  614. *?RICImagingMode: "
  615.   save
  616.   currentpagedevice dup /PostRenderingEnhance get{
  617.   /PostRenderingEnhanceDetails get dup /Type get 13 eq{
  618.   /OutputMode get dup 0 eq{pop (None)}{dup 1 eq{pop (Smoothing)}{
  619.   dup 5 eq{pop (5rhit)}{4 eq{(4rhit)}{(Unknown)}ifelse
  620.   }ifelse}ifelse}ifelse}{pop (Unknown)}ifelse}{pop (None)}ifelse = flush
  621.   restore
  622. "
  623. *End
  624. *CloseUI: *RICImagingMode
  625.  
  626. *%========== Gray Levels and Halftoning ==========
  627. *DefaultHalftoneType: 1
  628. *AccurateScreensSupport: True
  629. *ScreenFreq: "85.0"
  630. *ScreenAngle: "45.0"
  631. *ResScreenFreq 300dpi: "60.0"
  632. *ResScreenAngle 300dpi: "45.0"
  633. *ResScreenFreq 600dpi: "85.0"
  634. *ResScreenAngle 600dpi: "45.0"
  635. *DefaultScreenProc: Dot
  636. *ScreenProc Dot: "
  637.   {abs exch abs 2 copy add 1 gt
  638.    {1 sub dup mul exch 1 sub dup mul add 1 sub}
  639.    {dup mul exch dup mul add 1 exch sub}
  640.    ifelse}
  641. "
  642. *End
  643. *ScreenProc Line: "{pop}"
  644. *ScreenProc Ellipse: "
  645.   {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
  646. "
  647. *End
  648.  
  649. *%========== Font ==========
  650.  
  651. *DefaultFont: Courier
  652. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  653. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  654. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  655. *Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
  656. *Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
  657. *Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
  658. *Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
  659. *Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
  660. *Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
  661. *Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  662. *Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
  663. *Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
  664. *Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
  665. *Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  666. *Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
  667. *Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
  668. *Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
  669. *Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
  670. *Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  671. *Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
  672. *Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
  673. *Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
  674. *Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
  675. *Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
  676. *Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
  677. *Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
  678. *Font Carta: Special "(001.001)" Special ROM
  679. *Font Chicago: Standard "(501.011)" ExtendedRoman ROM
  680. *Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
  681. *Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
  682. *Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
  683. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  684. *Font CooperBlack: Standard "(001.003)" Standard ROM
  685. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  686. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  687. *Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
  688. *Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
  689. *Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  690. *Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
  691. *Font Courier: Standard "(501.010)" ExtendedRoman ROM
  692. *Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
  693. *Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
  694. *Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
  695. *Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
  696. *Font Geneva: Standard "(501.007)" ExtendedRoman ROM
  697. *Font GillSans: Standard "(501.009)" ExtendedRoman ROM
  698. *Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
  699. *Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
  700. *Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  701. *Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
  702. *Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
  703. *Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
  704. *Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
  705. *Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
  706. *Font Goudy: Standard "(001.003)" Standard ROM
  707. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  708. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  709. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  710. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  711. *Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
  712. *Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
  713. *Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  714. *Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
  715. *Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
  716. *Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
  717. *Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
  718. *Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
  719. *Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  720. *Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
  721. *Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
  722. *Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
  723. *Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
  724. *Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
  725. *Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
  726. *Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
  727. *Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
  728. *Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
  729. *Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
  730. *Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  731. *Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
  732. *Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
  733. *Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
  734. *Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
  735. *Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
  736. *Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
  737. *Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  738. *Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
  739. *Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
  740. *Font Marigold: Standard "(001.000)" Standard ROM
  741. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  742. *Font Monaco: Standard "(501.012)" ExtendedRoman ROM
  743. *Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
  744. *Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  745. *Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
  746. *Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
  747. *Font NewYork: Standard "(501.013)" ExtendedRoman ROM
  748. *Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
  749. *Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  750. *Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
  751. *Font Optima: Standard "(501.010)" ExtendedRoman ROM
  752. *Font Oxford: Standard "(001.000)" Standard ROM
  753. *Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
  754. *Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  755. *Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
  756. *Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
  757. *Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
  758. *Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
  759. *Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
  760. *Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
  761. *Font Symbol: Special "(001.008)" Special ROM
  762. *Font Tekton: Standard "(001.001)" Standard ROM
  763. *Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
  764. *Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  765. *Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
  766. *Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
  767. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
  768. *Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  769. *Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
  770. *Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
  771. *Font Univers: Standard "(501.009)" ExtendedRoman ROM
  772. *Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
  773. *Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
  774. *Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
  775. *Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
  776. *Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
  777. *Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
  778. *Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
  779. *Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
  780. *Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
  781. *Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
  782. *Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
  783. *Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
  784. *Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
  785. *Font Wingdings-Regular: Special "(001.001)" Special ROM
  786. *Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
  787. *Font ZapfDingbats: Special "(001.005S)" Special ROM
  788.  
  789. *?FontQuery: "
  790.   save
  791.   {count 1 gt {
  792.     exch dup 127 string cvs (/) print print (:) print
  793.     /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
  794.     }{exit}ifelse 
  795.   }bind loop (*) = flush
  796.   restore
  797. "
  798. *End
  799.  
  800. *?FontList: "
  801.   save
  802.   (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  803.   restore
  804. "
  805. *End
  806.  
  807. *%========== Printer Messages ==========
  808. *PrinterError: "initializing"
  809. *PrinterError: "holding"
  810. *PrinterError: "idle"
  811. *PrinterError: "busy"
  812. *PrinterError: "printing"
  813. *PrinterError: "Warming up"
  814. *PrinterError: "Energy Save Mode"
  815. *PrinterError: "Add Staples"
  816. *PrinterError: "Install Tray #"
  817. *PrinterError: "Install Duplex Unit"
  818. *PrinterError: "Remove Paper in Staple Tray"
  819. *PrinterError: "Remove Paper in Duplex Unit"
  820. *PrinterError: "Wait for Finish - Staple"
  821. *PrinterError: "Wait for Finish - Duplex"
  822. *PrinterError: "Wait for Finish - Finisher"
  823. *PrinterError: "Remove Paper in StandardTray"
  824. *PrinterError: "Remove Paper in 1bin Tray"
  825. *PrinterError: "Remove Paper in Shift Tray"
  826. *PrinterError: "Remove Paper in OutputTray #"
  827. *PrinterError: "Remove Misfeed A"
  828. *PrinterError: "Remove Misfeed B"
  829. *PrinterError: "Remove Misfeed C"
  830. *PrinterError: "Remove Misfeed D"
  831. *PrinterError: "Remove Misfeed E"
  832. *PrinterError: "Remove Misfeed R"
  833. *PrinterError: "Remove Misfeed U"
  834. *PrinterError: "Remove Misfeed Y"
  835. *PrinterError: "Remove Misfeed X"
  836. *PrinterError: "miscellaneous error"
  837. *PrinterError: "serviceman call #1"
  838. *PrinterError: "copy count over flow"
  839. *PrinterError: "sort print request canceled"
  840. *PrinterError: ""
  841. *PrinterError: "Close Side Bank Cover"
  842. *PrinterError: "Close Side Main Cover"
  843. *PrinterError: "Call Service"
  844. *PrinterError: "Add Toner"
  845.  
  846. *Status: "initializing"
  847. *Status: "holding"
  848. *Status: "idle"
  849. *Status: "busy"
  850. *Status: "printing"
  851. *Status: "PrinterError: Warming up"
  852. *Status: "PrinterError: Energy Save Mode"
  853. *Status: "PrinterError: Add Staple"
  854. *Status: "PrinterError: Install Tray #"
  855. *Status: "PrinterError: Install Duplex Unit"
  856. *Status: "PrinterError: Remove Paper in Staple Tray"
  857. *Status: "PrinterError: Remove Paper in Duplex Unit"
  858. *Status: "PrinterError: Wait for Finish - Staple"
  859. *Status: "PrinterError: Wait for Finish - Duplax"
  860. *Status: "PrinterError: Wait for Finish - Finisher"
  861. *Status: "PrinterError: Remove Paper in Standard Tray"
  862. *Status: "PrinterError: Remove Paper in 1bin Tray"
  863. *Status: "PrinterError: Remove Paper in Shift Tray"
  864. *Status: "PrinterError: Remove Paper in Output Tray #"
  865. *Status: "PrinterError: Remove Misfeed A"
  866. *Status: "PrinterError: Remove Misfeed B"
  867. *Status: "PrinterError: Remove Misfeed C"
  868. *Status: "PrinterError: Remove Misfeed D"
  869. *Status: "PrinterError: Remove Misfeed E"
  870. *Status: "PrinterError: Remove Misfeed R"
  871. *Status: "PrinterError: Remove Misfeed U"
  872. *Status: "PrinterError: Remove Misfeed Y"
  873. *Status: "PrinterError: Remove Misfeed Z"
  874. *Status: "PrinterError: Close Front over"
  875. *Status: "PrinterError: Close Mailbox Cover"
  876. *Status: "PrinterError: Close Finisher Cover"
  877. *Status: "PrinterError: Close Bridge Cover"
  878. *Status: "PrinterError: Close 1bin Cover"
  879. *Status: "PrinterError: Close Side Bank Cover"
  880. *Status: "PrinterError: Close Side Main Cover"
  881. *Status: "PrinterError: Call Service"
  882. *Status: "PrinterError: Add Toner"
  883.  
  884. *Source: "Parallel"
  885. *Source: "EtherTalk"
  886. *Source: "TCP/IP"
  887. *Source: "SPX/IPX"
  888. *Source: "NetBEUI"
  889.  
  890. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  891. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  892. *Message: "\FontName\ not found, using Courier"
  893.  
  894. *%========== Color Separation ==========
  895.  
  896. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  897.  
  898. *%===== For 85 lpi / 600 dpi =====
  899.  
  900. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  901. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  902. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  903. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  904. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  905.  
  906. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  907. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  908. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  909. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  910. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  911.  
  912. *%===== For 60 lpi / 300 dpi =====
  913.  
  914. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  915. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  916. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15.0"
  917. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75.0"
  918. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  919.  
  920. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  921. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  922. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  923. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  924. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  925.  
  926. *% end of Printer Description file for "SAVIN 9918DP PS"
  927.